go/types.typeWriter.byte (method)
32 uses
go/types (current package)
typestring.go#L90: func (w *typeWriter) byte(b byte) {
typestring.go#L139: w.byte('[')
typestring.go#L141: w.byte(']')
typestring.go#L152: w.byte(';')
typestring.go#L169: w.byte(' ')
typestring.go#L178: w.byte(' ')
typestring.go#L185: w.byte('}')
typestring.go#L188: w.byte('*')
typestring.go#L210: w.byte('~')
typestring.go#L246: w.byte(';')
typestring.go#L254: w.byte(';')
typestring.go#L260: w.byte('}')
typestring.go#L265: w.byte(']')
typestring.go#L287: w.byte('(')
typestring.go#L291: w.byte(')')
typestring.go#L366: w.byte(';')
typestring.go#L390: w.byte(';')
typestring.go#L397: w.byte('[')
typestring.go#L400: w.byte(',')
typestring.go#L404: w.byte(']')
typestring.go#L408: w.byte('[')
typestring.go#L421: w.byte(' ')
typestring.go#L424: w.byte(',')
typestring.go#L430: w.byte(' ')
typestring.go#L433: w.byte(']')
typestring.go#L442: w.byte('(')
typestring.go#L446: w.byte(',')
typestring.go#L451: w.byte(' ')
typestring.go#L473: w.byte(')')
typestring.go#L496: w.byte(' ')
unify.go#L165: w.byte('[')
unify.go#L174: w.byte(']')
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)